home *** CD-ROM | disk | FTP | other *** search
/ Data Base of the Video Yearbook 1995 / Data Base of the Video Yearbook 1995 - Disc 2.iso / cosmos / menu2.dir / 00012.ls < prev    next >
Encoding:
Text File  |  1995-12-21  |  316 b   |  13 lines

  1. on exitFrame
  2.   global numb, yubicurs, flg
  3.   set flg to 0
  4.   puppetSound("BES.AIFF")
  5.   updateStage()
  6.   set yubicurs to list(904, 905)
  7.   set the cursor of sprite 3 to yubicurs
  8.   set the cursor of sprite 4 to yubicurs
  9.   set the cursor of sprite 2 to yubicurs
  10.   set the cursor of sprite 5 to yubicurs
  11.   updateStage()
  12. end
  13.